Skip to content

Conversation

@mkannwischer
Copy link
Contributor

We usually pass arguments to make through environment variables: CFLAGS="-std=c11" make quickcheck

It currently does not work to pass it as a make argument: make quickcheck CFLAGS="-std=c11"

This commit fixes that and extends the C90 CI to test both variants.

I stapled on a cleanup of the Makefiles to align with mlkem-native

@mkannwischer mkannwischer marked this pull request as ready for review November 20, 2025 01:43
@mkannwischer mkannwischer requested a review from a team as a code owner November 20, 2025 01:43
We usually pass arguments to make through environment variables:
CFLAGS="-std=c11" make quickcheck

It currently does not work to pass it as a make argument:
make quickcheck CFLAGS="-std=c11"

This commit fixes that and extends the C90 CI to test both variants.

Resolves #722

Signed-off-by: Matthias J. Kannwischer <[email protected]>
hanno-becker
hanno-becker previously approved these changes Nov 21, 2025
@hanno-becker hanno-becker dismissed their stale review November 21, 2025 14:25

Missed that this PR was not in line with its sibling on mlkem-native

Copy link
Contributor

@hanno-becker hanno-becker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you update this in line with pq-code-package/mlkem-native#1316?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Passing CFLAGS as make argument results in KAT failure

3 participants